object Confirmar: TConfirmar Tag = 49300 Left = 383 Top = 134 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Contrase�a' ClientHeight = 154 ClientWidth = 368 Color = 14215660 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] Scaled = False Icon.Data = {} KeyPreview = True OldCreateOrder = True Position = poScreenCenter OnKeyDown = FormKeyDown OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object ButtonAceptar: TPlaButton Tag = 2200 Left = 200 Top = 122 Width = 73 Height = 21 Caption = '&Aceptar' TabOrder = 0 OnClick = ButtonAceptarClick Default = True ModalResult = 1 end object ButtonCancelar: TPlaButton Tag = 2400 Left = 281 Top = 122 Width = 73 Height = 21 Caption = '&Cancelar' TabOrder = 2 Cancel = True ModalResult = 2 end object GroupBoxConfirmar: TPlaGroupBox Left = 14 Top = 7 Width = 340 Height = 100 TitleFont.Charset = DEFAULT_CHARSET TitleFont.Color = 13977088 TitleFont.Height = -11 TitleFont.Name = 'Tahoma' TitleFont.Style = [] Caption = 'Contrase�a de acceso' TabOrder = 1 object LblTitulo: TLabel Tag = 23900 Left = 57 Top = 19 Width = 270 Height = 39 AutoSize = False Caption = 'Esta secci�n de tu antivirus se encuentra restringida, para pode' + 'r acceder a sus opciones debes introducir la contrase�a de acces' + 'o.' Transparent = True WordWrap = True end object Image1: TImage Left = 10 Top = 22 Width = 32 Height = 32 Picture.Data = {} Transparent = True end object TxtContrasena: TLabel Left = 57 Top = 70 Width = 60 Height = 13 Caption = 'Contrase�a:' Transparent = True end object EditContras: TPlaEdit Left = 132 Top = 67 Width = 193 Height = 21 PasswordChar = '*' TabOrder = 0 Transparent = False end end end